ComponentOne Dialog for ASP.NET Web Forms
C1.Web.Wijmo.Controls.45 Assembly / C1.Web.Wijmo.Controls.Base.Collections Namespace / C1ObservableItemCollection<TOwner,TItem> Class
The type of owner of the collection.
The type of elements in the collection.
Members

In This Topic
    C1ObservableItemCollection<TOwner,TItem> Class
    In This Topic
    Provides the class for a generic collection. Represents a collection of C1ObservableItem.
    Object Model
    C1ObservableItemCollection<TOwner,TItem> Class
    Syntax
    'Declaration
     
    Public Class C1ObservableItemCollection
        (Of TOwner,TItem) 
       Inherits System.Collections.ObjectModel.Collection(Of TItem)
    public class C1ObservableItemCollection<TOwner,TItem> : System.Collections.ObjectModel.Collection<TItem> 
    Type Parameters
    TOwner
    The type of owner of the collection.
    TItem
    The type of elements in the collection.
    Inheritance Hierarchy
    See Also